﻿.nav ul.item1> li:first-child
{
    background-color: #fed001;
    color: inherit;
}

.nav ul.item1> li:first-child:after
{
    display: block;
}

.modularTitle
{
    text-align: center;
}
.modularTitle .name{
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 10px 0;
}
.modularTitle .name:before,
.modularTitle .name:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
}
.modularTitle .name:before{
    right: 100%;
    margin-right: 15px;
    background: url("../Images/title-bg-l.png") no-repeat right center / contain;
}
.modularTitle .name:after{
    left: 100%;
    margin-left: 15px;
    background: url("../Images/title-bg-r.png") no-repeat left center / contain;
}
.modularTitle .name .ch{
    color: #007cc8;
    font-size: 34px;
}
.modularTitle .name .en{
    font-size: 18px;
    text-transform: uppercase;
}
.modularTitle span
{
    display: block;
    font-size: 20px;
    margin-top: 5px;
}
.modularTitle.white span,
.modularTitle.white .name .ch,
.modularTitle.white .name .en
{
    color: #fff;
}
.modularTitle.white span:before
{
    background-color: #fff;
}
@media (max-width: 768px) 
{
.modularTitle .name{
    padding: 5px 0;
}
    .modularTitle .name .ch
    {
        font-size: 22px;
    }
    .modularTitle .name .en
    {
        font-size: 12px;
    }
    .modularTitle span
    {
        font-size: 12px;
        padding-left:5px;
        padding-right: 5px;
    }
    .modularTitle:after
    {
        margin-top: 8px;
    }
}

/*热搜关键词*/
.hotKeywordsBox
{
    border-bottom: #efefef solid 1px;
}

.hotKeywords
{
    line-height: 40px;
    color: #969696;
}

.hotKeywords a
{
   color: #969696; 
}

@media (max-width: 768px) 
{
    .hotKeywordsBox
    {
        display: none;
    }
}

/*产品*/
.prodctTypeList
{
    float: left;
    width: 260px;
    margin-right: 30px;
    border: 4px solid #00369a;
}
.recommendProductList
{
    overflow: hidden;
}
.prodctTypeHeader
{
    padding: 14px 0;
    text-align: center;
    background-color: #00369a;
}
.prodctTypeHeader span
{
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.prodctTypeHeader span:before{
    content: "—";
    margin-right: 10px;
}
.prodctTypeHeader span:after{
    content: "—";
    margin-left: 10px;
}
.prodctTypeHeader small
{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 8px;
}

.prodctTypeSwiper
{
    overflow: hidden;
    position: relative;
}


.prodctTypeSwiper
{
    overflow: hidden;
    position: relative;
}


.prodctTypeSwiper li
{
    margin-top: 1px;
    margin-bottom: 1px;
}
.prodctTypeSwiper .level1 > li{
    padding: 10px 10px 0;
}
.prodctTypeSwiper .level1 > li:last-child{
    padding-bottom: 10px;
}
.prodctTypeSwiper .level1 .navLiBtn
{
    display: block;
    position: relative;
    padding-left: 3em;
}

.prodctTypeSwiper .level1 .navLiBtn > i{
  position: absolute;
  display: block;
  height: 100%;
  width: 3em;
  background: #7b8084 url("../Images/levelBtn.png") no-repeat center center / 1em auto;
  left: 0;
  top: 0;
  z-index: 2;
}

 .prodctTypeSwiper li a
{
    display: block;
    line-height: 53px;
    font-size: 17px;
    background-color: #7b8084;
    color: #fff;
}

.prodctTypeSwiper .level1 > li .navLiBtn:hover a,
.prodctTypeSwiper .level1 > li.on .navLiBtn a,
.prodctTypeSwiper .level2 > li:hover a,
.prodctTypeSwiper .level2 > li.on a,
.prodctTypeSwiper li.on > a
{
    background: #fed001;
    color: #fff;
}
.prodctTypeSwiper li.on .navLiBtn i,
.prodctTypeSwiper li .navLiBtn:hover i{
    background-color: #fed001;
}
 .prodctTypeSwiper .level2
 {
     display: none;
 }
  .prodctTypeSwiper .level1 li:first-child .level2
  {
      display: block;
  }
 .prodctTypeSwiper .level2 a
 {
     font-size: 15px;
    padding-left: 3.5em;
 }
.sideNav-button-next, .sideNav-button-prev {
    height: 100%;
    width: 26px;
    top: 0;
    margin-top: 0;
    background-color: #fff;
    background-size: auto 40%;
}



.recommendProductList .recommendProductHeader
{
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.recommendProductList .recommendProductHeader .left
{
    float: left;
    text-align: center;
    color: #00369a;
    font-size: 24px;
    margin-left: 1em;
}
.recommendProductList .recommendProductHeader .right
{
    overflow: hidden;
    text-align: right;
    padding-right: 15px;
}
.recommendProductList .recommendProductHeader .right a
{
    color: #808080;
}
.recommendProductList li
{
    float: left;
    width: 31%;
    margin: 1.1%;
}

.recommendProductList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}

.recommendProductList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: #ddd;
    color: #666;
    padding: 0 0.5em;
}
.recommendProductList li:hover span
{
    background-color: #00479d;
    color: #fff;
}

@media (max-width: 768px) 
{
    .recommendProductList{
        margin-top: 15px;    
    }
    .prodctTypeList
    {
        width: 100%;
        float: none;
    }
    .prodctTypeList ul{
        text-align: center;
    }
    .prodctTypeList li
    {
        width: auto;
        margin: 0 1em;
        white-space: nowrap;
    }
.prodctTypeSwiper .level1 > li,
.prodctTypeSwiper .level1 > li:last-child{
        padding: 0;
}
    .prodctTypeList li a
    {
        padding-left: 0;
        line-height: 35px;
        font-size: 14px;
        padding: 0 10px;
    }
    .prodctTypeSwiper
    {
         padding: 3px 10px;
        border-width: 2px;
    }
    .prodctTypeHeader 
    {
        padding: 10px 0 8px 0;
    }
    .prodctTypeHeader small
    {
        display: none;
    }
    .prodctTypeHeader span
    {
        font-size: 16px;
    }
    .recommendProductList .recommendProductHeader{
        display: none;
    }
    .recommendProductList li
    {
        width: 48%;
        margin: 1%;
    }
    .recommendProductList li:nth-child(n+9)
    {
        display: none;
    }

    .recommendProductList li span
    {
        font-size: 13px;
        height: 2.5em;
        line-height: 2.5em;
    }
    .prodctTypeSwiper .level1 > li
    {
        text-align: center;
        margin: 2px 5px;
        display: inline-block;
    }
    .prodctTypeSwiper .level1 .navLiBtn > i
    {
        display: none;
    }
    .prodctTypeSwiper .level1 .navLiBtn
    {
        padding-left: 0;
    }
.prodctTypeSwiper .level2{
        margin-top: 0.5em;
}
    .prodctTypeSwiper .level2 li
    {
        display: inline-block;
    }
    .prodctTypeSwiper .level2 a{
        padding: 0 10px;
    }
}

/*优势*/
.advantageBox
{
    background: url(../Images/advantageBg.jpg) no-repeat center;
    height: 1785px;
}

.advantageBox img
{
    display: none;
}

@media (max-width: 768px) 
{
    .advantageBox
    {
        background: none;
        height: initial;
    }
    
    .advantageBox img
    {
        display: block;
        width: 100%;
    }
}

/*核心*/
.coreBox
{
    background: url(../Images/coreBg.jpg) no-repeat;
    height: 912px;
}

.coreBox img
{
    display: none;
}

@media (max-width: 768px) 
{
    .coreBox
    {
        height: initial;
    }
    
    .coreBox img
    {
        display: block;
        width: 100%;
    }
}

/*pk*/
.pkBox
{
    background: url(../Images/pkBg.jpg) no-repeat;
    height: 704px;
}

.pkBox img
{
    display: none;
}

@media (max-width: 768px) 
{
    .pkBox
    {
        background: none;
        height: initial;
    }
    
    .pkBox img
    {
        display: block;
        width: 100%;
    }
}

/*合作流程*/
.processBox
{
    background: url(../Images/processBg.jpg) no-repeat center;
    height: 546px;
}

.processBox img
{
    display: none;
}

@media (max-width: 768px) 
{
    .processBox
    {
        background: none;
        height: initial;
    }
    
    .processBox img
    {
        display: block;
        width: 100%;
    }
}

/*工程*/
.projectBox
{
    background: url("../Images/case0.jpg") no-repeat center center / cover#;
    padding: 80px 0 60px;
}
.recommendProjectList
{
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.recommendProjectList li
{
    width: 24%;
    padding: 10px;
}

.recommendProjectList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}

.recommendProjectList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}
.projectBox .more a
{
    display: block;
    height: 60px;
    line-height: 60px;
    width: 9em;
    font-size: 18px;
    background-color: #fed001;
    color: #fff;
    margin: 60px auto 0;
    text-align: center;
}
@media (max-width: 768px) 
{
    .projectBox
    {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .recommendProjectList
    {
        margin-top: 20px;
    }
    .recommendProjectList li
    {
        width: 48%;
    }

    .recommendProjectList li span
    {
        font-size: 13px;
    }
    
    .projectBox .more a
    {
        font-size: 14px;
        height: 2.4em;
        line-height: 2.4em;
        margin-top: 20px;
    }
}

/*视频中心*/
.videoBox
{
    padding-top: 60px;
    padding-bottom: 60px;
}

.videoBox .videoList li
{
    width: 33.3%;
    box-sizing: border-box;
    padding: 15px;
}

.videoBox .videoList li video
{
    width: 100%;
    height: 278px;
    background: #000;
}

.videoBox .videoList li span
{
    display: block;
    height: 20px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.videoBox .videoList ul
{
    display: flex;
    margin-top: 20px;
}

@media (max-width: 768px)
{
    .videoBox .videoList ul
    {
        display: block;
        margin-top: 20px;
    }
    
    .videoBox .videoList li
    {
        width: 100%;
    }
}
/*视频中心end*/


/*首页关于我们*/
.aboutBox{
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../Images/aboutBg.jpg") no-repeat bottom center;
}
.about{
    background: url("../Images/aboutBg2.png") no-repeat center right / 100% 100%;
    padding: 5px;
    margin-top: 50px;
    overflow: hidden;
}
.about .img{
    width: 50%;
    padding-bottom: 42%;
    background: url("../Images/aboutImg.jpg") no-repeat center center / cover;
    float: left;
}
.about .text{
    float: left;
    width: 50%;
    padding: 20px 40px;
    overflow: hidden;
    color: #000;
}

.about .text .ch{
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
}
.about .aboutSummary{
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    max-height: 240px;
}
.about .aboutSummary p{
    text-indent: 2em;
}
.about .aboutMore {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 9em;
    font-size: 18px;
    background-color: #fed001;
    color: #fff;
    margin: 30px auto 0;
    text-align: center;
}
@media (max-width: 768px)
{
    .aboutBox{
        padding: 30px 0;
    }
    .about .text .ch{
        font-size: 18px;  
        margin-top: 0;  
    }
    .about .text{
        width: 100%;
        float: none;
        margin: 2% auto 0;
        padding: 15px 2em 0;
    }
    .about .aboutSummary{
        height: 18em;
        overflow-y: scroll;
    }
    .about .img{
        width: 100%;
        float: none;
    }
    .about{
        padding: 0;
        background: none;
        margin-top: 20px;
    }
    .about .aboutMore {
        font-size: 14px;
        height: 2.4em;
        line-height: 2.4em;
        margin-top: 20px;
    }
}

/* workshopBox */
.workshopBox ul{
    margin-top: 2%;
}
.workshopBox li{
    width: 32%;
    float: left;
    margin-left: 2%;
}
.workshopBox li .imgBox{
    padding-bottom: 68%;
}
.workshopBox li:first-child{
    margin-left: 0;
}
/* workshopBox end */

/*新闻*/
.newsBox
{
    background: #f6f6f6;
    padding-top: 80px;
    padding-bottom: 80px;
}

.newsBox .main
{
    background: url(../Images/newsBoxLine.jpg) no-repeat 800px 0px;
    height: 399px;
}

.newsLeft
{
    width: 65%;
    float: left;
}

.newsTitle
{
    line-height: 30px;
    margin-bottom: 30px;
}
.newsTitle span
{
    float: left;
    color: #00369a;
    font-size: 18px;
}
.newsTitle a
{
    float: right;
    font-size: 14px;
    color: #808080;
}

.newsList .firstNews
{
    width: 44%;
    float: left;
}
.newsList .firstNews .imgBox
{
    padding-bottom: 45.4%;
}
.newsList .firstNews .imgBox img
{
    width: 100%;
    height: 100%;
}
.newsList .firstNews span
{
    display: block;
    color: #666;
    font-size: 16px;
    margin-top: 15px;
}

.newsList .firstNews span:hover
{
    color: #00369a;
}

.newsList .firstNews small
{
    display: block;
    color: #969696;
    font-size: 14px;
    margin-top: 10px;
}
.newsList .firstNews p
{
    color:#707070;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
}

.newsList .otherNews
{
 float: right;
    width: 50%;   
}
.newsList .otherNews li
{
    line-height: 48px;
    border-bottom: 1px dashed #ececec;
    padding-left: 20px;
    background: url("../Images/dd.png") no-repeat 0 center;
}
.newsList .otherNews small
{
    float: right;
    font-size: 14px;
    color: #969696;
    margin-left: 1em;
}
.newsList .otherNews span
{
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.newsList .otherNews span:hover
{
    color: #00369a;
}

.newsRight
{
    width: 30%;
    float: right;
}
.answerList li
{
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #ececec;
    font-size: 16px;
    line-height: 1.6em;
}
.answerList li .question
{
    color: #323232;
    margin-bottom: 10px;
}
.answerList li .answer
{
    color: #707070;
    height: 3.2em;
    overflow: hidden;
}
.answerList li .question:before,
.answerList li .answer:before
{
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}
.answerList li .question:before
{
    content: "问";
    background-color: #3958a8;
}
.answerList li .answer:before
{
    content: "答";
    background-color: #999;
}

@media (max-width: 768px) 
{
    .newsBox
    {
        background: #f6f6f6;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .newsBox .main
    {
        height: initial;
        background: none;
    }
    
   .newsLeft,
   .newsRight
   {
       width: 100%;
       float: none;
   }
   .newsTitle
   {
       margin-top: 30px;
       margin-bottom: 15px;
   }
   .answerList li
   {
       font-size: 13px;
       padding-bottom: 10px;
       margin-bottom: 10px;
   }
   .newsList .firstNews,
   .newsList .otherNews
   {
       width: 100%;
       float: none;
   }
    .newsList .firstNews
    {
       border-bottom: 1px dashed #ececec;
       padding-bottom: 5px;
    }
   .newsList .firstNews small
   {
       margin-top: 0;
   }
   .newsList .firstNews p
   {
       margin-top: 0;
       font-size: 12px;
   }
   .newsList .otherNews li
   {
       line-height: 35px;
       font-size: 13px;
   }
}

/*相关信息*/
.relativeBox
{
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 40px;
}

.relativeBox li
{
    float: left;
    padding: 3px 10px;
    width: 25%;
    overflow: hidden;
    height: 26px;
}

.relativeBox .relativeList
{
    margin-top: 15px;
}

@media (max-width: 768px)
{
    .relativeBox li
    {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


/*友情链接*/

.friendShipBox li
{
    float: left;
    padding: 3px 10px;
}

.friendShipBox .friendShipList
{
    margin-top: 15px;
}

@media (max-width: 768px)
{
    .friendShipBox
    {
        display: none;
    }
}

